home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Browsers, Managers & Extensions
/
Mozilla Geode 1.5
/
geode-latest.xpi
/
install.rdf
< prev
next >
Wrap
Extensible Markup Language
|
2008-10-07
|
1KB
|
34 lines
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>geode@labs.mozilla.com</em:id>
<em:name>Geode</em:name>
<em:version>1.5</em:version>
<em:description>Adds a W3C geolocation API, so webpages can request your position.</em:description>
<em:creator>Mozilla Labs</em:creator>
<em:contributor>Justin Dolske</em:contributor>
<em:homepageURL>http://labs.mozilla.com/geode_welcome/</em:homepageURL>
<em:iconURL>chrome://geode/skin/geode-icon.png</em:iconURL>
<em:optionsURL>chrome://geode/content/geoprefs.xul</em:optionsURL>
<em:updateURL>https://people.mozilla.com/~dolske/dist/geode/update.rdf</em:updateURL>
<em:type>2</em:type>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>3.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- The Loki binary component only supports Windows and OS X. -->
<em:targetPlatform>Darwin_x86-gcc3</em:targetPlatform>
<em:targetPlatform>WINNT_x86-msvc</em:targetPlatform>
</Description>
</RDF>